| Name | Related Elements | Type | Depr. | DTD | Comment |
| abbr | TD, TH | Text; | . | . | abbreviation for header cell |
| accept-charset | FORM | Charsets; | . | . | list of supported charsets |
| accept | FORM, INPUT | ContentTypes; | . | . | list of MIME types for file upload |
| accesskey | A, AREA, BUTTON, INPUT, LABEL, LEGEND, TEXTAREA | Character; | . | . | accessibility key character |
| action | FORM | URI; | . | . | server-side form handler |
| align | CAPTION | CAlign; | D | L | relative to table Use CSS/Style |
| align | APPLET, IFRAME, IMG, INPUT, OBJECT | IAlign; | D | L | vertical or horizontal alignment Use CSS/Style |
| align | LEGEND | LAlign; | D | L | relative to fieldset Use CSS/Style |
| align | TABLE | TAlign; | D | L | table position relative to window Use CSS/Style |
| align | HR | (left | center | right) | D | L | align
Use CSS/Style |
| align | DIV, H1, H2, H3, H4, H5, H6, P | (left | center | right | justify) | D | L | align, text alignment Use CSS/Style |
| align | COL, COLGROUP, TBODY, TD, TFOOT, TH, THEAD, TR | (left | center | right | justify | char) | . | . | align
Use CSS/Style |
| alink | BODY | Color; | D | L | color of selected links |
| alt | APPLET | Text; | D | L | short description |
| alt | AREA, IMG | Text; | . | . | short description |
| alt | INPUT | CDATA | . | . | short description |
| archive | APPLET | CDATA | D | L | comma-separated archive list |
| archive | OBJECT | CDATA | . | . | space-separated list of URIs |
| axis | TD, TH | CDATA | . | . | comma-separated list of related headers |
| background | BODY | URI; | D | L | texture tile for document background Use CSS/Style |
| bgcolor | TABLE | Color; | D | L | background color for cells Use CSS/Style |
| bgcolor | TR | Color; | D | L | background color for row Use CSS/Style |
| bgcolor | TD, TH | Color; | D | L | cell background color Use CSS/Style |
| bgcolor | BODY | Color; | D | L | document background color Use CSS/Style |
| border | TABLE | Pixels; | . | . | controls frame width around table Use CSS/Style |
| border | IMG, OBJECT | Pixels; | D | L | link border width Use CSS/Style |
| cellpadding | TABLE | Length; | . | . | spacing within cells |
| cellspacing | TABLE | Length; | . | . | spacing between cells |
| char | COL, COLGROUP, TBODY, TD, TFOOT, TH, THEAD, TR | Character; | . | . | alignment char, e.g. char=':' |
| charoff | COL, COLGROUP, TBODY, TD, TFOOT, TH, THEAD, TR | Length; | . | . | offset for alignment char |
| charset | A, LINK, SCRIPT | Charset; | . | . | char encoding of linked resource |
| checked | INPUT | (checked) | . | . | for radio buttons and check boxes |
| cite | BLOCKQUOTE, Q | URI; | . | . | URI for source document or msg |
| cite | DEL, INS | URI; | . | . | info on reason for change |
| class | All elements but BASE, BASEFONT, HEAD, HTML, META, PARAM, SCRIPT, STYLE, TITLE | CDATA | . | . | space-separated list of classes |
| classid | OBJECT | URI; | . | . | identifies an implementation |
| clear | BR | (left | all | right | none) | D | L | control of text flow |
| code | APPLET | CDATA | D | L | applet class file |
| codebase | OBJECT | URI; | . | . | base URI for classid, data, archive |
| codebase | APPLET | URI; | D | L | optional base URI for applet |
| codetype | OBJECT | ContentType; | . | . | content type for code |
| color | BASEFONT, FONT | Color; | D | L | text color Use CSS/Style |
| cols | FRAMESET | MultiLengths; | . | F | list of lengths, default: 100% (1 col) |
| cols | TEXTAREA | NUMBER | . | . | . |
| colspan | TD, TH | NUMBER | . | . | number of cols spanned by cell |
| compact | DIR, DL, MENU, OL, UL | (compact) | D | L | reduced interitem spacing |
| content | META | CDATA | . | . | associated information |
| coords | AREA | Coords; | . | . | comma-separated list of lengths |
| coords | A | Coords; | . | . | for use with client-side image maps |
| data | OBJECT | URI; | . | . | reference to object's data |
| datetime | DEL, INS | Datetime; | . | . | date and time of change |
| declare | OBJECT | (declare) | . | . | declare but don't instantiate flag |
| defer | SCRIPT | (defer) | . | . | UA may defer execution of script |
| dir | All elements but APPLET, BASE, BASEFONT, BDO, BR, FRAME, FRAMESET, IFRAME, PARAM, SCRIPT | (ltr | rtl) | . | . | direction for weak/neutral text |
| dir | BDO | (ltr | rtl) | . | . | directionality |
| disabled | BUTTON, INPUT, OPTGROUP, OPTION, SELECT, TEXTAREA | (disabled) | . | . | unavailable in this context |
| enctype | FORM | ContentType; | . | . | . |
| face | BASEFONT, FONT | CDATA | D | L | comma-separated list of font names Use CSS/Style |
| for | LABEL | IDREF | . | . | matches field ID value |
| frame | TABLE | TFrame; | . | . | which parts of frame to render |
| frameborder | FRAME, IFRAME | (1 | 0) | . | F | request frame borders? |
| headers | TD, TH | IDREFS | . | . | list of id's for header cells |
| height | IFRAME | Length; | . | L | frame height Use CSS/Style |
| height | TD, TH | Length; | D | L | height for cell Use CSS/Style |
| height | IMG, OBJECT | Length; | . | . | override height Use CSS/Style |
| height | APPLET | Length; | D | L | initial height Use CSS/Style |
| href | A, AREA, LINK | URI; | . | . | URI for linked resource |
| href | BASE | URI; | . | . | URI that acts as base URI |
| hreflang | A, LINK | LanguageCode; | . | . | language code |
| hspace | APPLET, IMG, OBJECT | Pixels; | D | L | horizontal gutter |
| http-equiv | META | NAME | . | . | HTTP response header name |
| id | All elements but BASE, HEAD, HTML, META, SCRIPT, STYLE, TITLE | ID | . | . | document-wide unique id |
| ismap | IMG, INPUT | (ismap) | . | . | use server-side image map |
| label | OPTION | Text; | . | . | for use in hierarchical menus |
| label | OPTGROUP | Text; | . | . | for use in hierarchical menus |
| lang | All elements but APPLET, BASE, BASEFONT, BR, FRAME, FRAMESET, IFRAME, PARAM, SCRIPT | LanguageCode; | . | . | language code |
| language | SCRIPT | CDATA | D | L | predefined script language name |
| link | BODY | Color; | D | L | color of links Use CSS/Style |
| longdesc | IMG | URI; | . | . | link to long description (complements alt) |
| longdesc | FRAME, IFRAME | URI; | . | F | link to long description (complements title) |
| marginheight | FRAME, IFRAME | Pixels; | . | F | margin height in pixels Use CSS/Style |
| marginwidth | FRAME, IFRAME | Pixels; | . | F | margin widths in pixels Use CSS/Style |
| maxlength | INPUT | NUMBER | . | . | max chars for text fields |
| media | STYLE | MediaDesc; | . | . | designed for use with these media |
| media | LINK | MediaDesc; | . | . | for rendering on these media |
| method | FORM | (GET | POST) | . | . | HTTP method used to submit the form |
| multiple | SELECT | (multiple) | . | . | default is single selection |
| name | BUTTON, TEXTAREA | CDATA | . | . | . |
| name | APPLET | CDATA | D | L | allows applets to find each other |
| name | SELECT | CDATA | . | . | field name |
| name | FORM | CDATA | . | . | name of form for scripting |
| name | FRAME, IFRAME | CDATA | . | F | name of frame for targetting |
| name | IMG | CDATA | . | . | name of image for scripting |
| name | A | CDATA | . | . | named link end |
| name | INPUT, OBJECT | CDATA | . | . | submit as part of form |
| name | MAP | CDATA | . | . | for reference by usemap |
| name | PARAM | CDATA | . | . | property name |
| name | META | NAME | . | . | metainformation name |
| nohref | AREA | (nohref) | . | . | this region has no action |
| noresize | FRAME | (noresize) | . | F | allow users to resize frames? Use CSS/Style |
| noshade | HR | (noshade) | D | L | Use CSS/Style |
| nowrap | TD, TH | (nowrap) | D | L | suppress word wrap |
| object | APPLET | CDATA | D | L | serialized applet file |
| onblur | A, AREA, BUTTON, INPUT, LABEL, SELECT, TEXTAREA | Script; | . | . | the element lost the focus |
| onchange | INPUT, SELECT, TEXTAREA | Script; | . | . | the element value was changed |
| onclick | All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE | Script; | . | . | a pointer button was clicked |
| ondblclick | All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE | Script; | . | . | a pointer button was double clicked |
| onfocus | A, AREA, BUTTON, INPUT, LABEL, SELECT, TEXTAREA | Script; | . | . | the element got the focus |
| onkeydown | All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE | Script; | . | . | a key was pressed down |
| onkeypress | All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE | Script; | . | . | a key was pressed and released |
| onkeyup | All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE | Script; | . | . | a key was released |
| onload | FRAMESET | Script; | . | F | all the frames have been loaded |
| onload | BODY | Script; | . | . | the document has been loaded |
| onmousedown | All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE | Script; | . | . | a pointer button was pressed down |
| onmousemove | All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE | Script; | . | . | a pointer was moved within |
| onmouseout | All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE | Script; | . | . | a pointer was moved away |
| onmouseover | All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE | Script; | . | . | a pointer was moved onto |
| onmouseup | All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE | Script; | . | . | a pointer button was released |
| onreset | FORM | Script; | . | . | the form was reset |
| onselect | INPUT, TEXTAREA | Script; | . | . | some text was selected |
| onsubmit | FORM | Script; | . | . | the form was submitted |
| onunload | FRAMESET | Script; | . | F | all the frames have been removed |
| onunload | BODY | Script; | . | . | the document has been removed |
| profile | HEAD | URI; | . | . | named dictionary of meta info |
| prompt | ISINDEX | Text; | D | L | prompt message |
| readonly | TEXTAREA | (readonly) | . | . | Use CSS/Style |
| readonly | INPUT | (readonly) | . | . | for text and passwd Use CSS/Style |
| rel | A, LINK | LinkTypes; | . | . | forward link types |
| rev | A, LINK | LinkTypes; | . | . | reverse link types |
| rows | FRAMESET | MultiLengths; | . | F | list of lengths, default: 100% (1 row) |
| rows | TEXTAREA | NUMBER | . | . | |
| rowspan | TD, TH | NUMBER | . | . | number of rows spanned by cell |
| rules | TABLE | TRules; | . | . | rulings between rows and cols |
| scheme | META | CDATA | . | . | select form of content |
| scope | TD, TH | Scope; | . | . | scope covered by header cells |
| scrolling | FRAME, IFRAME | (yes | no | auto) | . | F | scrollbar or none |
| selected | OPTION | (selected) | . | . | . |
| shape | AREA | Shape; | . | . | controls interpretation of coords |
| shape | A | Shape; | . | . | for use with client-side image maps |
| size | HR | Pixels; | D | L | .Use CSS/Style |
| size | FONT | CDATA | D | L | [+|-]nn e.g. size="+1", size="4" Use CSS/Style |
| size | INPUT | CDATA | . | . | specific to each type of field Use CSS/Style |
| size | BASEFONT | CDATA | D | L | base font size for FONT elements Use CSS/Style |
| size | SELECT | NUMBER | . | . | rows visible Use CSS/Style |
| span | COL | NUMBER | . | . | COL attributes affect N columns |
| span | COLGROUP | NUMBER | . | . | default number of columns in group |
| src | SCRIPT | URI; | . | . | URI for an external script |
| src | INPUT | URI; | . | . | for fields with images |
| src | FRAME, IFRAME | URI; | . | F | source of frame content |
| src | IMG | URI; | . | . | URI of image to embed |
| standby | OBJECT | Text; | . | . | message to show while loading |
| start | OL | NUMBER | D | L | starting sequence number |
| style | All elements but BASE, BASEFONT, HEAD, HTML, META, PARAM, SCRIPT, STYLE, TITLE | StyleSheet; | . | . | associated style info |
| summary | TABLE | Text; | . | . | purpose/structure for speech output |
| tabindex | A, AREA, BUTTON, INPUT, OBJECT, SELECT, TEXTAREA | NUMBER | . | . | position in tabbing order |
| target | A, AREA, BASE, FORM, LINK | FrameTarget; | . | L | render in this frame |
| text | BODY | Color; | D | L | document text color Use CSS/Style |
| title | All elements but BASE, BASEFONT, HEAD, HTML, META, PARAM, SCRIPT, TITLE | Text; | . | . | advisory title |
| type | A, LINK | ContentType; | . | . | advisory content type |
| type | OBJECT | ContentType; | . | . | content type for data |
| type | PARAM | ContentType; | . | . | content type for value when valuetype=ref |
| type | SCRIPT | ContentType; | . | . | content type of script language |
| type | STYLE | ContentType; | . | . | content type of style language |
| type | INPUT | InputType; | . | . | what kind of widget is needed |
| type | LI | LIStyle; | D | L | list item style |
| type | OL | OLStyle; | D | L | numbering style |
| type | UL | ULStyle; | D | L | bullet style |
| type | BUTTON | (button | submit | reset) | . | . | for use as form button |
| usemap | IMG, INPUT, OBJECT | URI; | . | . | use client-side image map |
| valign | COL, COLGROUP, TBODY, TD, TFOOT, TH, THEAD, TR | (top | middle | bottom | baseline) | . | . | vertical alignment in cells Use CSS/Style |
| value | INPUT | CDATA | . | . | Specify for radio buttons and checkboxes |
| value | OPTION | CDATA | . | . | defaults to element content |
| value | PARAM | CDATA | . | . | property value |
| value | BUTTON | CDATA | . | . | sent to server when submitted |
| value | LI | NUMBER | D | L | reset sequence number |
| valuetype | PARAM | (DATA | REF | OBJECT) | . | . | How to interpret value |
| version | HTML | CDATA | D | L | Constant |
| vlink | BODY | Color; | D | L | color of visited links Use CSS/Style |
| vspace | APPLET, IMG, OBJECT | Pixels; | D | L | vertical gutter |
| width | HR | Length; | D | L | |
| width | IFRAME | Length; | . | L | frame width Use CSS/Style |
| width | IMG, OBJECT | Length; | . | . | override width Use CSS/Style |
| width | TABLE | Length; | . | . | table width Use CSS/Style |
| width | TD, TH | Length; | D | L | width for cell Use CSS/Style |
| width | APPLET | Length; | D | L | initial width Use CSS/Style |
| width | COL | MultiLength; | . | . | column width specification Use CSS/Style |
| width | COLGROUP | MultiLength; | . | . | default width for enclosed COLs Use CSS/Style |
| width | PRE | NUMBER | D | L | .Use CSS/Style |